public class AgentFSEGA extends Agent
fNegotiation, parametervalues, sessionNr, sessionsTotal, startTime, strategyParameters, timeline, totalTime, utilitySpace| Constructor and Description |
|---|
AgentFSEGA() |
| Modifier and Type | Method and Description |
|---|---|
Action |
chooseAction()
Choose action to present to the opponent.
|
java.lang.String |
getName() |
static java.lang.String |
getVersion()
Returns the version of the agent.
|
void |
init()
Initializes the agent.
|
void |
ReceiveMessage(Action opponentAction)
Receive the opponent's bid.
|
endSession, getAgentID, getParameterValues, getSessionNumber, getSessionsTotal, getStrategyParameters, getUtility, internalInit, isUIAgent, loadSessionData, parseStrategyParameters, restartDataObjectsFolder, saveSessionData, setAgentID, setName, sleeppublic static java.lang.String getVersion()
public void ReceiveMessage(Action opponentAction)
ReceiveMessage in class Agentpublic Action chooseAction()
chooseAction in class Agent